Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. space center
    Log in to post

    • StephenNixon

      SOLVED Space Center is mixing suffixes and not responding to suffix changes.
      Problems & Bugs • space center unicode • • StephenNixon  

      5
      0
      Votes
      5
      Posts
      1073
      Views

      StephenNixon

      Awesome, thanks for the added clarifications and advice, @gferreira and @frederik!
    • nina

      SOLVED SetSuffix in Space Center?
      Feature Requests • scripting space center • • nina  

      2
      1
      Votes
      2
      Posts
      662
      Views

      nina

      I just noticed this is still sitting here. For future reference: I tried this again in RF 3.3, and it works perfectly now. from mojo.UI import CurrentSpaceCenter sc = CurrentSpaceCenter() sc.setSuffix('.sc') # boom, works
    • nina

      MultilineView with Space Matrix?
      Feature Requests • scripting space center • • nina  

      3
      0
      Votes
      3
      Posts
      649
      Views

      nina

      Cool. Thank you Frederik!
    • jo

      Show kerning values in Kern center
      General Questions • space center kerning • • jo  

      5
      0
      Votes
      5
      Posts
      737
      Views

      jo

      jup, makes perfect sense, thanks!
    • A Former User

      Space matrix values body size
      General Questions • user interface space center mojo • • A Former User  

      5
      0
      Votes
      5
      Posts
      819
      Views

      A Former User

      Thanks!
    • jo

      Word Completion language setting
      General Questions • user interaction space center • • jo  

      3
      0
      Votes
      3
      Posts
      625
      Views

      jo

      hello frederik, thanks for the reply. I know this works in other applications (all cocoa apps?) as well. But if I use it in Mail, Safari or TextEdit it always gives me an english WordList (which is my OS language). I cannot think of anyplace in my computer where I set the language to Dutch. That is why I had the idea that it might be possible to change it in RoboFont. Groeten, jo
    • joanca

      GlyphColor and backgroundColor in MultiLineView or GlyphLineView?
      General Questions • scripting space center layers • • joanca  

      4
      0
      Votes
      4
      Posts
      775
      Views

      frederik

      Hi I see, still with spaceCenterDraw it should be possible to get a long way :) but did you check https://github.com/typemytype/RoboFontExtensions/tree/master/LayerPreview ? maybe this is already doing what you are looking for.... good luck
    • jo

      Spacing value input
      Problems & Bugs • space center • • jo  

      2
      0
      Votes
      2
      Posts
      465
      Views

      frederik

      I see, thanks for reporting, will be fixed in the next version.
    • bahman

      Right to Left Kerning
      Feature Requests • space center kerning opentype features right-to-left • • bahman  

      7
      0
      Votes
      7
      Posts
      1174
      Views

      bahman

      I don't know the difference! But in fontlab when I open a font, in the kern feature I can see that LTR kerning is interpreted like this: pos uni0631 uni0628 -225; But RTL kerning is interpreted like this: pos uni0631 uni0628 <-225 0 -225 0>; So I suppose RTL kerning should be implemented with adjustments applied to position of the glyph too, maybe I'm wrong; I'm not a pro. (see AFDKO OpenType Feature File Specification) About the kerning in RoboFont, I think there is a malfunction in the "Right to left" Option in the kerning panel. Here is what I do: I open a font which already has RTL kerning, Robofont interprets kerning correctly. I open the kerning panel and click on a class pair, the kerning shows up but order of glyphs is incorrect, I turn the "Right to Left" option on; Nothing Happens! I turn it off, now order of glyphs becomes right, even so the kerning has been implemented in RTL order.
    • thom

      Full Screen + Second Screen
      General Questions • space center • • thom  

      2
      0
      Votes
      2
      Posts
      447
      Views

      frederik

      Seconds screens is always a mess with full screens. You could open a new Space Center in single window mode: from mojo.UI import OpenSpaceCenter font = CurrentFont() if font: OpenSpaceCenter(font) good luck!
    • jmickel

      Additional Space Center windows in Single Window Mode
      Feature Requests • user interface space center • • jmickel  

      5
      0
      Votes
      5
      Posts
      759
      Views

      frederik

      see http://doc.robofont.com/api/mojo/mojo-ui/ from mojo.UI import OpenSpaceCenter OpenSpaceCenter(CurrentFont(), newWindow=True)
    • joanca

      Move glyph vertically in Space Center
      Feature Requests • user interaction space center • • joanca  

      3
      0
      Votes
      3
      Posts
      551
      Views

      joanca

      'alt' sounds great to me : ) Dank u
    • jo

      Five digit unicode values ?
      General Questions • space center unicode • • jo  

      2
      0
      Votes
      2
      Posts
      466
      Views

      frederik

      yeah, python and unicode :) In the next release RoboFont will check if an unicode value is bigger than 0x10000 (65536) to open a Space Center.
    • jo

      Some characters not showing in space center after copy pasting
      Problems & Bugs • space center • • jo  

      6
      0
      Votes
      6
      Posts
      729
      Views

      frederik

      thanks, was able to reproduce it, will be fixed in the next update :)
    • andreas

      SOLVED Group-Spacing
      Feature Requests • space center components groups • • andreas  

      8
      0
      Votes
      8
      Posts
      1039
      Views

      nina

      That helps! Thanks. :)
    • marksimonson

      Observers and events
      Feature Requests • space center observers glyph names • • marksimonson  

      9
      0
      Votes
      9
      Posts
      1147
      Views

      frederik

      great! thanks
    • mathieu-christe

      Space Center: adding a glyph to the existing string
      Feature Requests • space center • • mathieu-christe  

      5
      0
      Votes
      5
      Posts
      595
      Views

      frederik

      yeah, will be in the next version!! thanks for the tip
    • mathieu-christe

      Space Center: copying the input string along with the control glyphs?
      General Questions • scripting space center • • mathieu-christe  

      3
      0
      Votes
      3
      Posts
      608
      Views

      mathieu-christe

      Thanks a lot, it does the trick. Note to users: ## print them nicely means with a wordspace between each glyph. For proofing, I need to get rid of the space, so I simply removed it between the quotes: print " ".join(allGlyphs) → print "".join(allGlyphs)
    • cj

      Multiple Space Center Windows?
      Feature Requests • space center • • cj  

      4
      0
      Votes
      4
      Posts
      551
      Views

      frederik

      ooh sorry to fast :) only in multiple window mode off course http://cl.ly/CTs2
    • jackson

      Space Center Strings
      Feature Requests • user interface space center • • jackson  

      4
      0
      Votes
      4
      Posts
      551
      Views

      jackson

      This works perfectly (1.1 beta 2), Thanks!